github.com/andybalholm/brotli.Writer.prev_byte_ (field)
4 uses
github.com/andybalholm/brotli (current package)
encode.go#L92: prev_byte_ byte
encode.go#L618: s.prev_byte_ = 0
encode.go#L890: writeMetaBlockInternal(data, uint(mask), s.last_flush_pos_, uint(metablock_size), is_last, literal_context_mode, &s.params, s.prev_byte_, s.prev_byte2_, s.num_literals_, s.commands, s.saved_dist_cache_[:], s.dist_cache_[:], &storage_ix, storage)
encode.go#L899: s.prev_byte_ = data[(uint32(s.last_flush_pos_)-1)&mask]
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |